home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / t-m88k < prev    next >
Encoding:
Text File  |  1993-02-05  |  496 b   |  17 lines  |  [TEXT/MPS ]

  1. # Specify how to create the *.asm files
  2.  
  3. MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \
  4.        moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \
  5.        moveDI96x.asm
  6.  
  7. $(MOVE_ASM): $(srcdir)/config/m88k-move.sh
  8.     $(srcdir)/config/m88k-move.sh
  9.  
  10. LIB2FUNCS_EXTRA = $(MOVE_ASM)
  11. LIBGCC1 = libgcc1.null
  12.  
  13. # For svr4 we build crtbegin.o and crtend.o which serve to add begin and
  14. # end labels to the .ctors and .dtors section when we link using gcc.
  15.  
  16. EXTRA_PARTS=crtbegin.o crtend.o
  17.